home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000185_news@newsmaster….columbia.edu _Tue May 13 10:50:57 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA05060
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 13 May 1997 10:50:55 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA01759
  7.     for kermit.misc@watsun; Tue, 13 May 1997 10:50:55 -0400 (EDT)
  8. Path: news.columbia.edu!panix!news.mathworks.com!news-peer.sprintlink.net!news-pull.sprintlink.net!news.sprintlink.net!Sprint!newsfeed.direct.ca!torn!ccshst05.cs.uoguelph.ca!news    
  9. From: lloo@POBoxes.com.X (Leon Loo)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: K95 problem with logging session
  12. Date: Tue, 13 May 1997 14:32:04 GMT
  13. Organization: University of Guelph
  14. Lines: 52
  15. Message-ID: <33787950.5951997@news.uoguelph.ca>
  16. Reply-To: lloo@POBoxes.com.X
  17. NNTP-Posting-Host: bluegill.cs.uoguelph.ca
  18. X-Newsreader: Forte Free Agent 1.1/32.230
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:7017
  20.  
  21. I'm trying to log a session with Kermit 95 version 1.1.11
  22.  
  23. These are the commands that seem to work
  24. log session test
  25. log session 123
  26. log session c:\test
  27.  
  28. However when I tried:
  29. log session c:\123
  30. It seems to fail every time I use a numerical file name with an
  31. explicit path.  It looks like it's trying to log the session to a file
  32. name '{' in the default directory.  Here is a screen capture with the
  33. results of a SHOW FILE command after the LOG SESSION.
  34.  
  35. ------------------ Start Screen Capture ----------------
  36. [C:\apps\k95] K-95> log session c:\123
  37. [C:\apps\k95] K-95> show file
  38.  Transfer mode:      automatic
  39.  File type:          binary
  40.  File names:         literal
  41.  Send pathnames:     off
  42.  Receive pathnames:  off
  43.  File collision:     backup
  44.  File destination:   disk
  45.  File incomplete:    keep
  46.  File bytesize:      8
  47.  File character-set: cp437
  48.  File end-of-line:   crlf
  49.  File display:       fullscreen
  50.  Debug log:          (none)
  51.  Packet log:         (none)
  52.  Session log:        C:\apps\k95\{
  53.  Transaction log:    (none)
  54.  
  55.  Initialization file:     C:/apps/k95/k95.ini
  56.  File download-directory: (none)
  57.  Temporary directory:     C:/WINDOWS/TEMP/
  58.  Longest filename:        256
  59.  Longest pathname:        256
  60. [C:\apps\k95] K-95>
  61. ------------------ End Screen Capture ------------------
  62. My question:  Is this a bug or am I doing something incorrectly?  and
  63. how best should I work around this.
  64.  
  65. Any insight to this problem would be appreciated.  Thanks.
  66.  
  67.  
  68.    _/    _/     _/_/_/  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  69.   _/    _/    _/                    Leon Loo, LLoo@POBoxes.com
  70.  _/    _/ of _/  _/_/   If you're trying to REPLY by mail to me you'll
  71. _/    _/    _/    _/    have to remove the .X from my email address.
  72. _/_/_/      _/_/_/      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+